home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Enter 2005 October
/
enter-2005-10.iso
/
files
/
jedit42install.exe
/
{app}
/
jedit.jar
/
bsh
/
commands
/
clear.bsh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-12-27
|
242 b
|
11 lines
/**
Clear all variables, methods, and imports from this namespace.
If this namespace is the root, it will be reset to the default
imports.
See NameSpace.clear();
@see NameSpace.clear();
*/
clear() {
this.caller.namespace.clear();
}